Math Sci Life Code Log in

Codes

Code your ideas for understanding of natural systems

Updated at 2021.6.7

C# Glossary

C#을 공부하면서 영어로 된 용어를 어떻게 우리말로 옮기는 것이 좋을지 고민이 많았다. 기존에 쓰인 자료를 찾아보면 그 의미가 잘 전달되지 않는 것들을 많았다. 한글로 굳이 번역하는 것보다 영어를 그대로 쓰는 것이 나은 경우가 적지 않았다. 아래 테이블의 한글은 첫번째 것을 우선으로 한다.

English 한글
abstract 추상
access 접근, 액세스
anonymous 익명
argument 인수, 아규먼트 (vs. parameter 형식 매개변수)
array 배열, 어레이
attribute 속성, 어트리뷰트 (vs. property)
base class 베이스 클래스, 기반 클래스
block statement 블록문, 블록 명령문, 복합문
bool, boolean 불린
boxing, unboxing 박싱, 언박싱
char, character 문자
child class 자식 클래스, 차일드 클래스
class 클래스
collection 컬렉션
comment 코멘트, 주석
component 컴포넌트, 구성요소
constant 상수
constructor 생성자, 컨스트럭터
declaration 선언
delegate 델리게이트, 대리자
derived 파생
double, float 실수, 더블, 플로트
encapsulation 캡슐화, 은닉화
enum, enumeration 열거형
escape sequence 특수기호, 이스케이프 문자
event 이벤트
exception 예외
expression (표현)식, 구문
field 필드
finalizer, destructor 소멸자
framework 프레임워크
function 함수
garbage collection 가비지 컬렉션, 쓰레기 수집
garbage collector 가비지 컬렉터, 쓰레기 수집기
generic 제네릭 (= template, 템플릿)
get
global 전역, 글로벌
indexer 인덱서
inheritance 상속
instance 인스턴스
int, integer 정수
interface 인터페이스
internal 인터널, 내부
iterator 반복기, 이터레이터
keyword 키워드
list 리스트
method 메서드
modifier 한정자
namespace 네임스페이스
nested block 중첩 블럭
null
object 객체, 오브젝트
object-oriented 객체지향
operator 연산자, 오퍼레이터
overload, overloading 오버로드, 오버로딩, 다중정의
override 오버라이드, 재정의
parameter 매개변수, 파라미터 (vs. argument 실 매개변수)
parent class 부모 클래스
polymorphism 폴리모피즘, 다형성
private 프라이빗, 전용
property 프로퍼티 (vs. attribute)
protected 프로텍티드, 제한적 공용
provider 공급자, 프로바이더
public 퍼블릭, 공용
queue 큐, 대기행렬
random 랜덤
reference 참조
return 반환, 리턴
sealed 봉인
serialize 시리얼라이즈, 직렬화
set 셋, 설정
signature 시그니쳐, 원형
stack 스택
statement (명령)문, 구문, 문장
static 정적, 스테틱
string 문자열
struct, structure 구조체
type 타입, 형, 형식
value
variable 변수
virtual 버추얼, 가상

17 개의 글이 있습니다.

# 제목 날짜 조회수
01 CS 배우기 요약 2021/06/07 146
02 CS Statements 2021/06/07 129
03 퍼셉트론 2021/04/15 125
04 Blazor and Sqlite 2021/04/15 138
05 Blazor Layouts 2021/04/15 161
06 CS Language Reference 2021/06/07 127
07 VSCode and Markdown 2021/04/15 138
08 Blazor에서 이미지파일 다루기 2021/06/10 211
09 Blazor and Markdown 2021/04/15 145
10 종속성 주입 2021/06/07 153
11 Blazor에서 데이터 다루기 2021/06/07 138
12 Blazor Components 2021/04/15 148
13 CS Glossary 2021/06/07 127
14 Enum 타입 다루기 2021/12/14 135
15 생활코딩 CS01 2022/04/25 261
16 생활코딩 CS02 2022/04/30 165
17 생활코딩 CS03 2022/04/30 441

Most Popular #3

Recent #3

An error has occurred. This application may no longer respond until reloaded. Reload 🗙